
Security News
OpenGrep Restores Fingerprinting in JSON and SARIF Outputs
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
@thi.ng/object-utils
Advanced tools
[!NOTE] This is one of 204 standalone projects, maintained as part of the @thi.ng/umbrella monorepo and anti-framework.
🚀 Please help me to work full-time on these projects by sponsoring me on GitHub. Thank you! ❤️
Utilities for manipulating plain JS objects & maps.
This package contains functionality which was previously part of and has been extracted from the @thi.ng/associative package.
K => V
to V => K
STABLE - used in production
Search or submit any issues for this package
yarn add @thi.ng/object-utils
ESM import:
import * as ou from "@thi.ng/object-utils";
Browser ESM import:
<script type="module" src="https://esm.run/@thi.ng/object-utils"></script>
For Node.js REPL:
const ou = await import("@thi.ng/object-utils");
Package sizes (brotli'd, pre-treeshake): ESM: 1.16 KB
Note: @thi.ng/api is in most cases a type-only import (not used at runtime)
TODO
If this project contributes to an academic publication, please cite it as:
@misc{thing-object-utils,
title = "@thi.ng/object-utils",
author = "Karsten Schmidt",
note = "https://thi.ng/object-utils",
year = 2017
}
© 2017 - 2025 Karsten Schmidt // Apache License 2.0
FAQs
Utilities for manipulating plain JS objects & maps
We found that @thi.ng/object-utils demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.